gtkapplication: Fix passing NULL as the window to inhibit
authorBastien Nocera <hadess@hadess.net>
Fri, 11 Apr 2014 08:53:45 +0000 (10:53 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 12 Apr 2014 01:51:53 +0000 (18:51 -0700)
commit1409d7c4bdc22238e19578b1f37dd312f4bcb9da
tree6d17e7ab16729eac94290e1f7481b0eba41763cd
parent85855da9461f6041935c0a81095fe286ea79f040
gtkapplication: Fix passing NULL as the window to inhibit

gtk_application_inhibit() supports passing NULL, so don't
blindly pass the NULL window to
gtk_application_impl_dbus_get_window_system_id().

https://bugzilla.gnome.org/show_bug.cgi?id=728023
gtk/gtkapplication-dbus.c